UInt64NINumericUInt64NDivide Method

Divides the current value by the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt64N INumeric<UInt64N>.Divide(
	UInt64N value
)

Parameters

value  UInt64N
The value as the divisor.

Return Value

UInt64N
The result of dividing the current value by value.

Implements

INumericTSelfDivide(TSelf)

See Also